Telegram Group & Telegram Channel
كود التعديل

private void btnUpdate_Click(object sender, EventArgs e)
{
emp emp1 = new emp();
try
{
emp1 = dbs.emp.Where(em => em.empName == txtSearch.Text).First();
emp1.empName = textBox1.Text;
dbs.SaveChanges();
MessageBox.Show("تم التعديل");
GetData();
}
catch (Exception)
{

MessageBox.Show("not found");
}
}



tg-me.com/CsharpWindowsForm/442
Create:
Last Update:

كود التعديل

private void btnUpdate_Click(object sender, EventArgs e)
{
emp emp1 = new emp();
try
{
emp1 = dbs.emp.Where(em => em.empName == txtSearch.Text).First();
emp1.empName = textBox1.Text;
dbs.SaveChanges();
MessageBox.Show("تم التعديل");
GetData();
}
catch (Exception)
{

MessageBox.Show("not found");
}
}

BY برمجة تطبيقات الويندوز C# Programming


Warning: Undefined variable $i in /var/www/tg-me/post.php on line 283

Share with your friend now:
tg-me.com/CsharpWindowsForm/442

View MORE
Open in Telegram


برمجة تطبيقات الويندوز C Programming Telegram | DID YOU KNOW?

Date: |

What is Telegram?

Telegram’s stand out feature is its encryption scheme that keeps messages and media secure in transit. The scheme is known as MTProto and is based on 256-bit AES encryption, RSA encryption, and Diffie-Hellman key exchange. The result of this complicated and technical-sounding jargon? A messaging service that claims to keep your data safe.Why do we say claims? When dealing with security, you always want to leave room for scrutiny, and a few cryptography experts have criticized the system. Overall, any level of encryption is better than none, but a level of discretion should always be observed with any online connected system, even Telegram.

What is Telegram?

Telegram is a cloud-based instant messaging service that has been making rounds as a popular option for those who wish to keep their messages secure. Telegram boasts a collection of different features, but it’s best known for its ability to secure messages and media by encrypting them during transit; this prevents third-parties from snooping on messages easily. Let’s take a look at what Telegram can do and why you might want to use it.

برمجة تطبيقات الويندوز C Programming from it


Telegram برمجة تطبيقات الويندوز C# Programming
FROM USA